home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / SEGA / EgModefile next >
Text File  |  1997-06-30  |  1KB  |  47 lines

  1. # These are example modes you can use with Acorn AKF85 monitors and
  2. # compatibles. Append this file to the end of your mode-definition file, and
  3. # drag the new version to your Display Manager.
  4. #
  5. # The Game Gear one has a very high frame rate because of its small size.
  6. # I've supplied both 100Hz and 120Hz versions below, depending upon which you
  7. # prefer. I'd use the 100Hz one if I were you - it fills the screen nicely,
  8. # too, without adjustment. (Don't copy the 120Hz one to your mode file, or
  9. # otherwise the higher frame rate one will be selected)
  10. #
  11. # The Master System mode is 64Hz, and also fills the screen nicely.
  12. #
  13. # I don't take responsibility for these modes not working on your monitor!
  14.  
  15. # 160 x 288 (100Hz)
  16. startmode
  17. mode_name:160 x 288 Game Gear 100Hz
  18. x_res:160
  19. y_res:288
  20. pixel_rate:9440
  21. h_timings:26,16,4,160,4,22
  22. v_timings:6,58,11,288,11,32
  23. sync_pol:2
  24. endmode
  25.  
  26. # 160 x 288 (120Hz)
  27. startmode
  28. mode_name:160 x 288 Game Gear 120Hz
  29. x_res:160
  30. y_res:288
  31. pixel_rate:9440
  32. h_timings:20,16,8,160,12,4
  33. v_timings:2,36,0,288,0,31
  34. sync_pol:2
  35. endmode
  36.  
  37. # 264 x 384 (64Hz)
  38. startmode
  39. mode_name:264 x 384 Master System
  40. x_res:264
  41. y_res:384
  42. pixel_rate:9440
  43. h_timings:20,16,8,264,6,0
  44. v_timings:2,54,0,384,0,28
  45. sync_pol:2
  46. endmode
  47.